/* First start */

.bg {
    width: 100%;
    height: 100%;
    background-image: url(/images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    align-items: center;
    position: relative;
}

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .bg {
        height: 100% !important;
    }
}

@media screen and (max-width: 769px) {
    .bg {
        height: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .content {
        padding-top: 13px;
    }
}


.box2 {
    width: 12.5rem;
    height: 9.375rem;
    padding: 10px;
    background: white;
    margin: 0 auto;
    box-shadow: 0 0 20px #ccc;
    border-radius: 8px;
}

.box2:hover .child {
    transform: scale(1.15);
    transition: transform .3s ease-in-out;
}

/* First end */



/* Second start */

.bg1 {
    width: 100%;
    height: 40vh;
    background-image: url(/images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    align-items: center;
}

.main .content1 {
    padding-top: 100px;
    /* padding-left: 170px; */
    justify-content: center;
}

.main .content1 .text1 h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 155px;
}

@media screen and (max-width: 769px) {
    .bg1 {
        min-height: 75vh;
    }

    .main .content1 {
        padding-top: 50px;
        /* padding-left: 110px !important; */
    }

    .main .content1 .text1 h4 {
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

}

@media screen and (min-width: 1024px) {
    .bg1 {
        height: 40vh;
    }

    .main .content1 {
        padding-top: 40px;
        padding-left: 100px;
        justify-content: center;
    }

    .main .content1 .text1 h4 {
        padding-right: 80px;
    }

    .text1 {
        float: inline-start;
    }
}

@media screen and (min-width:320px) {
    .main .content1 {
        align-items: center !important;
    }

    .bg1 {
        height: 128vh !important;
    }
}

.span3 .box-circle .aligncenter .icon1 {
    margin-left: -21px;
    margin-top: -20px;
}

.box-circle {
    max-width: 170px;
    height: 170px;
    padding: 36px 36px;
    background: white;
    margin: 0 auto;
    margin-top: 0px;
    box-shadow: 0 0 20px #ccc;
    border-radius: 50%;
}

.span3 .text {
    margin-top: 10px;
    text-align: center;
    color: white;
}

.circle2 {
    height: 6.8rem;
    width: 6.8rem;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.text1 {
    margin-left: auto;
    margin-right: auto;
}

/* Second end */



/* Third Start */

.bg2 {
    width: 100%;
    height: 100%;
    background-image: url(/images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    align-items: center;
    position: relative;
}

/* Third End */



.box {
    max-width: auto;
    height: auto;
    padding: 20px;
    background: white;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0 0 20px #ccc;
    border-radius: 20px;
}




.photo {
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

@media screen and (max-width :990px) {
    .xyz {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cc {
        border-radius: 10px;
    }
}


@media screen and (min-width :990px) {
    .span12 {
        margin-top: 30px;
    }
}


nav {
    box-shadow: 0 0 20px #ccc;
}